Release 10.1A: OpenEdge Development:
Web Services
Accessing multiple port types simultaneously
If you want to maintain access to two or more port types at the same time (for the same or a different Web service), you must create and bind the Web service to a separate server object handle for each port type that you want to access. Then create and map a separate procedure object handle to each port type.
This example binds two Web services (
WeatherServiceandSailingService) in order to access three port types (TemperaturePortType,WindPortType, andRentalPortType) at the same time:
Note: The abbreviated URLs for the Web services in this example are completely fictitious, and any resemblance to actual public Web services is coincidental.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |